home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / pc / dos / dtp / display / install < prev    next >
Text File  |  1995-06-14  |  5KB  |  159 lines

  1. !!! Warning !!!
  2.  
  3. DISPLAY is a 32-bit protected mode application, thus more restrictions are
  4. imposed on this program than traditional 16-bit applications. I can't guarantee
  5. that this program will run well on your machine, especially with 3rd-party
  6. memory managers(such as QEMM). I suggest that you turn off the advanced features
  7. of these memory managers(such as the Stealth Technology in QEMM) before running
  8. DISPLAY.
  9.  
  10.  
  11. 1. Hardware Requirements
  12. ========================
  13.  
  14.   PC 386 or better. MSDOS 3.3 or higher.
  15.   I recommend a minimum of 4Mb for better performance.
  16.   Hard disk for swapping (virtual memory).
  17.  
  18.   The following description is borrowed from DJGPP.
  19.  
  20.   Supported Wares:
  21.  
  22.   * Up to 128M of extended memory (expanded under VCPI)
  23.   * Up to 128M of disk space used for swapping
  24.   * SuperVGA up to 1280 x 1024.
  25.   * 80387
  26.   * XMS & VDISK memory allocation strategies
  27.   * VCPI programs, such as QEMM, DESQview, and 386MAX
  28.   * Windows, OS/2 (in DOS Box).
  29.  
  30.   Features: 80387 emulator, 32-bit unix-ish environment, flat memory
  31.   model, SVGA graphics.
  32.  
  33.  
  34. 2 Unpack package
  35. ================
  36.  
  37.   There are subdirectories in this package.
  38.   If you use PKUNZIP to unpack this package, make sure that you add the
  39.     '-d' switch.
  40.  
  41.  
  42. 3 Installation
  43. ==============
  44.  
  45.   ***** Important *****
  46.  
  47.   If you have used DISPLAY older than version 1.70, please delete all old
  48.   video drivers, go32.exe and emu387.
  49.   Don't use vesanew.grn because it doesn't work for GO32 1.11 or later.
  50.  
  51. + Please don't use GO32.EXE whose version is 1.12.maint3 or earlier.
  52. + Use the GO32.EXE in this package. Version is 1.12.maint3-disp.
  53.  
  54.   *********************
  55.  
  56.   Video drivers, emu387 and go32.exe are borrowed from DJGPP and GRX.
  57. + This go32.exe is based on the one from DJGPP 1.12.maint3.
  58. + A serious bug of go32.exe in graphics mode is fixed by me. Version is changed
  59. + to 1.12.maint3-disp.
  60.  
  61.   1. run INSTALL.EXE.
  62.      install.exe will generate the correct runme.bat for you. Use it to run
  63.      DISPLAY.
  64.      If you still prefer DIY(Do-It-Yourself), go to step 2.
  65.      Otherwise installation is complete and please read Notes at
  66.      the end of this file.
  67.  
  68.   2. Place GO32.EXE within system search path.
  69.  
  70.   3. Video Driver Setup:
  71.  
  72.     If possible, choose .grn, then .grd.
  73.     .GRD drivers support only 256-color modes. .GRN drivers can support
  74.     Hi/TrueColor modes. You should look at the source code(*.asm) to see
  75.     if your driver supports these modes.
  76.     All video drivers are in the DRIVER subdirectory.
  77.     Please read VDRIVER.DOC for a brief description of each driver.
  78.  
  79.     If you choose xxxxx.grn as video driver. add 'driver xxxxx.grn' to
  80.       environment variable GO32.
  81.     For example, 'set go32=driver x:/xxxxx/xxxxx.grn'
  82.  
  83.     If you can't find any suitable driver for your video card or you want
  84.       to use VESA interface, there are two ways you can choose:
  85.  
  86.       (a).
  87.         Just DON'T add anything to GO32. The default video driver in GO32 is
  88.         VESA driver.
  89.         For example, 'set go32='
  90.  
  91.       OR
  92.  
  93.       (b).
  94.         Use vesa111.vdr or vesa112.vdr.
  95.         For example, 'set go32=driver x:/xxxxx/vesa111.vdr'
  96.  
  97.     For VESA user :
  98.       Please use vesainfo.com to check if your VGA BIOS supports VESA
  99.         standard.
  100.       I suggest that you try (a) first. If (a) doesn't work then try (b).
  101.       If your VESA BIOS works under PROTECTED mode, you can
  102.         add 'driver ::p' to GO32(for (a)) or
  103.         append '::p' to vesa111(for (b))
  104.         to speed up graphics operations.
  105.       For example, 'set go32=driver ::p'                         for (a)
  106.                    'set go32=driver x:/xxxxx/vesa111.vdr::p'     for (b)
  107.  
  108.   4. 80x87 Emulator Setup:
  109.  
  110.     If you do not have an 80x87, add 'emu x:/xxxxx/emu387' to GO32.
  111.     For example, 'set go32=driver x:/xxxxx/xxxxx.grd emu x:/xxxxx/emu387'
  112.     emu387 is included in this package.
  113.  
  114.     For DPMI(Windows, OS/2) user :
  115.       You must have a REAL 80x87. Emulator doesn't work under DPMI.
  116.  
  117.   5. Supress DPMI(for DOS user only):
  118.  
  119.     If your memory manager supports both DPMI & VCPI(i.e. 386MAX), I suggest
  120.       that you add 'nodpmi' to GO32.
  121.  
  122.     For Windows or OS/2 user :
  123.       You can't add 'nodpmi' to GO32.
  124.       If your memory manager supports both DPMI & VCPI and you are planning
  125.         to run DISPLAY under both DOS and Windows(OS/2), I suggest that you
  126.         disable the DPMI support in your memory manager. So you don't have to
  127.         keep two copies(one for DOS, supresses DPMI; one for Windows, enables
  128.         DPMI) of runme.bat.
  129.  
  130.   6. Change Resources/Parameters:
  131.  
  132.     Please use a text editor to modify the configuration file, CONFIG.DIS.
  133.     You MUST change the SYSTEM section at least.
  134.  
  135.   7. Run:
  136.                 
  137.     Read DISPLAY.FAQ.
  138.     Edit RUNME.BAT and use it to run DISPLAY.
  139.  
  140.  
  141. 4 Notes
  142. =======
  143.  
  144.   1. For VESA user :
  145.     You can find VESA BIOS extension at:
  146.       wuarchive.wustl.edu: /mirrors/msdos/graphics
  147.       godzilla.cgl.rmit.oz.au: /kjb/MGL
  148.  
  149.   2. For DPMI(Windows, OS/2) user :
  150.     Mouse is not supported.
  151.  
  152. + 3. For Windows, OS/2 user :
  153. +   Sound plaing is not supported.
  154.  
  155.   4.
  156.     You can get the whole DJGPP and GRX packages from :
  157. +     oak.oakland.edu: /SimTel/msdos/djgpp
  158.       or simtel20 mirror sites.
  159.